home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00067_Arrow Right.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  187 b   |  10 lines

  1. on mouseUp
  2.   puppetSprite(47, 1)
  3.   set the visible of sprite 47 to 1
  4.   puppetSprite(47, 0)
  5.   plusset()
  6.   puppetSprite(47, 1)
  7.   set the visible of sprite 47 to 0
  8.   puppetSprite(47, 0)
  9. end
  10.